Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    f(X)  → if(X,c,f(true))
2:    if(true,X,Y)  → X
3:    if(false,X,Y)  → Y
There are 2 dependency pairs:
4:    F(X)  → IF(X,c,f(true))
5:    F(X)  → F(true)
The approximated dependency graph contains one SCC: {5}.
Tyrolean Termination Tool  (0.00 seconds)   ---  May 3, 2006